﻿*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	overflow-x: hidden;
}
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	font-size: 1.4em;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2{
	font-weight: 600;
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h3, h4, h5, h6 { 
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
}
.section-padding{
	padding:50px 0;
}
.row,.row-fluid {
	margin-bottom:30px;
}
.btn{
	text-align: center;
	color: #FFFFFF;
	padding: 12px 25px;
	border-radius: 0;
	background: #ff3333;
	transition: all .5s;
	border-color: transparent;
}
.btn:hover{
	border-color: #ff3333;
	background-color: #fff;
	color: #ff3333;
	transition: all .5s;
}


/*header*/
#tag_line{
	font-size:13px;
}
a#phone_top {
	position: relative;
	font-weight: 600;
	margin-right: 10px;
    color: #FF3333!important;
    padding-left: 22px;
}
a#phone_top:hover {
    color: #333!important;
}
a#phone_top:before {
	font-family: "ElegantIcons";
	content: "\e090";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -1px;
}
#opening {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
#opening:before {
	font-family: "ElegantIcons";
	content: "\7d";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -3px;
}
#logo {margin-top:10px;}
header{
	width:100%;
	padding:0 0 0 0;
	background-color:rgba(255, 255, 255, 1);
	z-index:99999;
	/*position:fixed;*/
	left:0;
	top:0;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

nav {margin-top:20px}
#top_line{
	font-size:12px;
	background-color:#f3f3f3;
	 transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 visibility:visible;
	 opacity:1;
	 padding: 8px 0;
	 margin-bottom:5px;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:2px 0 0 0;
	float:right;
}
ul#top_links li{
	display:inline-block;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-right:5px;
	padding-left:8px;
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links a{
	color:#555;
}
ul#top_links a:hover{
	color:#FF3333;
}
/*banner*/
#banner{
	width: 100%;
	background:#000;
	position:relative;
	margin:0;
	padding:0;
}
#main-slider:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(43, 150, 204, 0.1);
	z-index: 1;
	position: absolute;
}
.flexslider {
	padding:0;  
	background: #fff; 
	position: relative; 
	zoom: 1;
}
.flex-caption p {
    line-height: 22px;
    font-weight: 300;
    color: #adadad;
}
.flex-caption {
	zoom: 1;
	bottom: 198px;
	background-color: transparent;
	color: #fff;
	margin: 0;
	padding: 2px 25px 0px 30px;
	/* position: absolute; */
	left: 0;
	text-align: center;
	margin: 0 auto;
	right: 0px;
	display: inline-block;
	bottom: 50px;
	width: 50%;
	right: 0 !important;
	border-radius: 15px 15px 0 0;
}
.flex-caption h3 {
	color: #fff;
	letter-spacing: 0px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
}
.flex-caption p {
	margin: 12px 0 18px;
	font-size: 19px;
	font-weight: 400;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  text-indent: 50px;
  overflow: hidden;
}


/*product*/
section.section-padding.gray-bg {
    background: #f3f3f3;
    padding: 60px;
    color: #484848;
}
.service-v1 h3{
	font-size: 17px;
	color: #000;
	font-weight: bold;
	transition: all .5s;
}
.service-v1 h3:hover{
	color: #ff3333;
	transition: all .5s;
}
.service-v1 div{
	margin-bottom: 20px;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.service-v1 div p{
	text-align: left;
}
.service-v1 div a{
	text-decoration: none;
}
.service-v1 div a:hover{
	text-decoration: none;
}
.service-v1 div:hover{
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1),10px 0 15px rgba(0, 0, 0, 0.1),0 15px 15px rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: 10px 15px 30px rgba(0,0,0,0.1); */
    transform: translate3d(0,-4px,0);
    -webkit-transform: translate3d(0,-4px,0);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

/*contact*/
.about-text ul {
	margin-top: 30px;
	padding: 0;
}
.about-text li {
	margin-bottom: 10px;
	list-style: none;
}
.about-text .btn {
	margin-top: 20px;
}
ul.withArrow li span{
	margin-right: 10px;
	font-weight: 700;
	color: #ff3333;
	border: 1px solid;		
	padding: 4px 8px;
	font-size: 11px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

/*footer*/
footer{
	background: #1d1d1d;
	padding:50px 0 0 0;
	color: #565656;
}
footer ul.link-list li a{
	color: #8C8C8C;
}
footer ul.link-list li a:hover {
	color: #111523;
}
footer .widgetheading {
	position: relative;
}
footer .widget .social-network {
	position:relative;
}
footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;
}
footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}
footer a {
	color: #bbb;
}
footer a:hover {
	color:#eee;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #ff3333;
}
footer address {
	line-height:1.6em;
	color: #797979;
}
footer h5 a:hover, footer a:hover {
	text-decoration:none;
}
#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background: #1b1b1b;
}
#sub-footer p{
	margin:0;
	padding:0;
	color: #c5c5c5;
}
#sub-footer span{
	color:#f5f5f5;
}
.widget {
    color: #858585;
}
.widgetheading {
	width:100%;
	padding:0;
	font-weight: bold;
}
footer .widgetheading {
	position: relative;
}
footer .widget .social-network {
	position:relative;
}
ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}
ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}
.copyright {
	text-align:left;
	font-size:12px;
	color: #b3b3b3;
}
#sub-footer ul.social-network {
	list-style:none;
	margin:0;
	float:right;
}
ul.social-network li {
	display:inline;
	margin: 0 5px;
	border: 1px solid #2D2D2D;
	padding: 5px 0 0;
	width: 32px;
	display: inline-block;
	text-align: center;
	height: 32px;
	vertical-align: baseline;
}
footer .widget .link-list li a{
	transition: all .5s;
}
footer .widget .link-list li a:hover{
	color: #ff3333;
	transition: all .5s;
}
footer .friendlink li a{
	transition: all .5s;
}
footer .friendlink li a:hover{
	color: #ff3333;
	transition: all .5s;
}
/*to top*/
.scrollup{
    position:fixed;
    width:32px;
    height:32px;
    bottom:0px;
    right:20px;
    background: #ff3333;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

/*news page*/
.bread{
	border-radius: 4px;
	padding: 8px 15px;
	margin: 8px 0px;
	font-size: 13px;
	color: #555
}
.newsitem a{
	color: #333;
	text-decoration: none;
	background: transparent;
}
.newsitem li {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsitem .news-date {
	text-align: center;
	display: inline-block;
	float: left;
	width: 80px;
	height: 80px;
	background: #f2f2f2;
}
.newsitem .news-date1 {
	text-align: center;
	color: #666666;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 0.6rem;
}
.newsitem .news-date2 {
	text-align: center;
	color: #999999;
	font-size: 0.8rem;
}
.newsitem .news-bodys {
	padding: 0 0.875rem;
	overflow: hidden;
	zoom: 1;
}
.newsitem .news-bodys h3 {
	word-wrap: break-word;
	overflow: hidden;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}
.newsitem .news-bodys p {
	word-wrap: break-word;
	overflow: hidden;
	font-size: 0.75rem;
	color: #999;
	margin-bottom: 15px;
	margin-top: 10px;
}
.pagination{
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-body img{
	max-width:100%;
	height:auto;
}

/*contact page*/
.w1150{
	max-width: 1150px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.contactus_main{
	margin-top: 37px;
}
.contactus_main>div>p{
	color: #3d3d3d;
	margin-bottom: 40px;
}
.c_table1 tr{
	height: 55px;
}
.c_table1.table>tbody>tr>td{
	line-height: 37px;
	color: #3d3d3d;
}
.c_table1 tr td:first-child{
	text-align: center;
	width: 65px;
}
.c_table1 tr td:first-child+td{
	text-indent: 12px;
}
.inputmap{
	margin-top: 65px;
}
.contact_form label{
	color: #898989;
}
.contact_form .form-control{
	border-color: #e5e5e5;
}
.contact_form textarea{
	height: 132px;
}
.contact_form button{
	background: #fff;
	color: #0167b8;
}
.contact_form button:hover{
	background: #0167b8;
	color: #ccc;
}
.contact_style{
	margin: 60px 0 70px 0;
}
.contact_style{
	border: 2px solid #e5e5e5;
	padding: 30px;
}
.contact_style .panel{
	margin-bottom: 15px;
	color: #3d3d3d;
}
.contact_style .panel-body{
	border: none;
	font-weight: bold;
	color: #3d3d3d;
	padding-top: 0;
	padding-left: 0;
}
.contact_style .row div{
	text-align: center;
	margin-top: 21px;
	margin-bottom: 8px;
}
.contact_style .row div img{
	margin-right: 10px;
}



/*媒体查询    Media queries*/
@media (max-width: 1105px) {
  	.contact_style .row div{
  		text-align: left;
  	}
  	.contactus_main .col-xs-6{
	  	padding: 0;
	  	margin: 0;
	  	width: 100%;
	  	margin-top: 10px;
  	}
  	.c_table1 tr td:first-child+td{
	  	text-indent: 0;
  	}
  	.contactus_main .c_section1 .col-xs-6>img{
	  	margin: 0 auto;
	  	display: block;
	  	margin-top: 20px;
 	}
  	.w1150{
	  	width: 80%;
	  	margin: 0 auto;
  	}	
}
@media (min-width: 768px) and (max-width: 979px) {
	footer .widget form  input#appendedInputButton {
	  	display: block;
	  	width: 91%;
	  	-webkit-border-radius: 4px 4px 4px 4px;
	 	-moz-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top:10px;
	}
}
@media (max-width: 767px) {
	.flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}
	#sub-footer ul.social-network {
		float:left;
	}	
}
@media (max-width: 480px) {
	.flexslider .flex-caption {
		display:none;
	}
}
.pagelist.padding-big {
    text-align: center;
}